You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Rem Method > Matrix.Rem Method ([In] TMtxVec, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Rem Method ([In] TMtxVec, double)

Calculates reminder after division X/Y according to formula X[i]-y*Trunc(X[i]/y). X must be a real. The results will be saved to the calling Matrix.

Syntax
C#
Visual Basic
public TMtxVec Rem([In] TMtxVec X, double Y);

Size and Complex properties of the calling Matrix are set implicitly to match the X object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!